home *** CD-ROM | disk | FTP | other *** search
/ Disney's Chicken Little …e) (Electronic Press Kit) / Disney's Chicken Little (Europe) (Electronic Press Kit).bin / bv_cl_menu_no.swf / scripts / DefineButton2_26 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2005-09-21  |  119b  |  6 lines

  1. on(rollOver){
  2.    this.pig.overState = 0;
  3.    this.pig.gotoAndPlay("start");
  4.    this.pig.title.gotoAndPlay("in");
  5. }
  6.